img {
	border: none;
}

body {
	/*font-family: Arial, sans-serif;*/
	background: #FFFFFF;
	margin: 0;
}

@font-face {
	font-family: 'GillSans';
	src: url('../fonts/gillsans.eot');
	src: url('../fonts/gillsans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gillsans.woff') format('woff'),
		url('../fonts/gillsans.ttf') format('truetype'),
		url('../fonts/gillsans.svg#gillsans') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GillSansBold';
	src: url('../fonts/gillsansStd-Bold.eot');
	src: local('☺'), url('../fonts/gillsansStd-Bold.woff') format('woff'), url('../fonts/gillsansStd-Bold.ttf') format('truetype'), url('../fonts/gillsansStd-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

.mainContainer {
	background-color: #EEEEEE;
	box-shadow: 0 0 16px #A6A6A6;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 560px;
	min-width: 990px;
	overflow: hidden;
	position: relative;
}

.mainContainer a {
	text-decoration: none;
}

.header {
	background-color: #FFFFFF;
    background-image: url(img/header-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	box-shadow: 0 -12px 35px #000000;
	margin-bottom: 15px;
	padding: 10px 0 0;
	position: relative;
	width: 100%;
}

.header > div {
	margin: 0 auto;
	width: 990px;
}

.header #pageTitle, .header .title {
	color: #555555;
	display: inline-block;
	font-family: arial,sans-serif;
	font-size: 19px;
	font-weight: 100;
	margin: 0 0 20px 20px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: super;
	width: 300px;
}
.header p {
	display: inline-block;
	margin: 0;
}

.tco-container h3 {
	font-size:21px;
	margin:0;
	font-family: "GillSans" ,Arial, sans-serif;
	font-weight:normal;
}

.tco-container > h3:first-child{
	margin-bottom: 20px;
}

#container {
	width: 990px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.box-label {
    background: url("/italy/Style Library/Iveco/images/box-label-corner_shadow.png") no-repeat scroll -12px -10px transparent;
	height: 25px;
	left: 0;
	max-width: 100%;
	padding-top: 5px;
	position: relative;
	top: 0;
}

.box-label .label {
	background-color: #000000;
	color: #EBEBEB;
	display: block;
	font-family: 'GillSans',arial,sans-serif;
	font-size: 12px;
	height: 17px;
	line-height: 15px;
	overflow: hidden;
	padding: 5px 10px 5px 30px;
	position: relative;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.label-img {
	background-repeat: no-repeat;
	left: 2px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.intro {
	display: block;
	font-size: 14px;
	margin: 15px 0 25px;
}

.intro strong {
	text-transform: uppercase;
}

.w23 {
	width: 66%;
	float: left;
}

.w13 {
	width: 34%;
	float: left;
}

.w33 {
	width: 100%;
}

.ombra{
	background-image:url("../img/ombra-3.png");
	width: 318px;
	height: 32px;
	display: inline;
	position: absolute;
	z-index: -2;
	background-repeat: no-repeat;
	left: 0;
}


/*Tabella laterale*/
#filter {
	overflow: hidden;
	padding-left: 17px;
	margin-bottom: 10px;
}

#filter > div {
	float: left;
}

#filter > div:first-child {
	margin-right: 20px;
}

#table-container {
	position: relative;
	height: 520px;
	/*overflow: hidden;*/
}

/* PRINT - PDF */

#filter > div.print-button {
	float: right;
	margin-right: 25px;
	display: none;
}


.print-button .print, .print-button .pdf
{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	cursor:pointer;
	font-size:15px;
}
.print-button .print
{
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/print-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-right: 20px;
}

.print-button .pdf
{
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/pdf-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* END */

div.view-all {
	float: left;
	width: 280px;
	margin-right: 20px;
}

.button {
	width: 60px;
	height: 15px;
	border: 1px solid #dbdbdb;
	background-color: #e6e6e6;
	text-align: center;
	cursor: pointer;
}

.button.selected {
	background-color: #3576b5;
	color: #cccccc;

}

.white-box {
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 14px;
	width: 307px;
	position: relative;

}

.single-result {
	overflow: hidden;
	margin-top: 10px;
}

.single-result .line {
	float: right;
	margin: 2px 0;
}

.single-result .line:first-child {
	float: left;
}

.single-result.total > div {
	font-weight: bold;
}


.totals.single-result > div:last-child {
	font-weight: bold;
}

.white-box .title {
	overflow: hidden;
}

.white-box > .sub-box {
	padding-bottom: 20px;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 20px;
}

.white-box .title div {
	float: right;
}

.white-box .title div:first-child {
	float: left;
}

.barra {
	height: 4px;
	background-color: #FF0000;
	width: 0%;
	margin-top: 18px;
}

/*Ombra TODO */

.white-box:before {
	border-radius: 100px 100px 100px 100px /10px 10px 10px 10px;
	bottom: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	content: "";
	left: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: -2;
}

.title.vertical-center > img {
	float: left;
	/*display: inline-block;*/
	height: 15px;
	margin-right: 8px;
	margin-top: 12px;
	vertical-align: text-bottom;
}

.title.vertical-center > p {
	/*display: inline;*/
	display: block;
}

.element > div {
	float: left;
	margin-right: 4%;
	width: 20%;
}

.element > div.label.vertical-center {
	width: 12%;
}

#parameter-header > div:first-child {
	text-align: right;
	margin-right: 400px;
	width: 19%;
}


#parameter-header{
	overflow: hidden;
	padding-bottom: 15px;
border-bottom: 2px solid #e0e0e0;
width: 90%;
}

#parameter-header > div{
	float:left;
}

.element .slider {
	width: 53%;
}

.element {
	margin-bottom: 15px;
	overflow: hidden;
	min-height: 40px;
}

.vertical-center {
	height: 40px;
}

.element .title {
	text-align: right;
}

.output-value {
	overflow: hidden;
}

.output-value > div {
	width: 15%;
	margin-bottom: 10px;
	float: left;
}

.output-value > div:first-child {
	width: 30%;
}

#container-result > .output-value:first-child {
	font-weight: bold;
}

#chart {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#chart-container{
	position: relative;
	overflow: hidden;

	top: 30px;
}

#chart-container.withoutLegenda{
	left: 50px;
}

#chart-container.withLegenda{
	right: 140px;
	position:absolute;
}

#legenda
{
	width: 760px;
	height: 260px;
	float: left;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -130px;
	display:none;
}

#legenda-container{
	width: 50%;
	padding: 20px;
	overflow: hidden;
}

#legenda-container .title{
	margin-bottom: 15px;
}

.legenda-values {
width: 50%;
float: left;
}

.legenda-values > div:first-child{
	margin-bottom: 10px;
}

.legenda-value{
	overflow: hidden;
	margin-bottom: 8px;
	height: 20px
}

.legenda-value.selected{
	margin-left: -3px;
}

.legenda-value > div
{
	float:left;
}

.legenda-value > div {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 83%;
}

.legenda-value .square{
	width: 14px;
	height: 14px;
	/*background-color: red;*/
	margin-right: 10px;
}

.legenda-value.selected .square{
	width: 20px;
	height: 20px;
}

.legenda-value.selected .label{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.tco-dialog .ui-dialog-titlebar {
	background: none;
border: none;
color: #000000;
}

.tco-dialog .ui-icon-closethick{
	background-image: url("/italy/Style Library/Iveco/css/tco/ui-lightness/images/ui-icons_222222_256x240.png");
}

.tco-dialog.ui-dialog{
	background: #eeeeee;
}

.ui-widget.tco-dialog{
	font-size: Arial, sans-serif !important;
}

#dialog-error{
	font-size:17px;
	display: none;
}

.reset, .back, .calc, .btn-step-2 {
	clear: both;
	color: #555555;
	float: left;
	font-family: 'GillSans',arial,sans-serif;
	font-size: 18px;
	margin: 10px auto;
	text-transform: uppercase;
	cursor: pointer;
}

.back, .btn-step-2 {
	display: none;
	clear: none;
	    line-height: 55px;
}

.no-cssgradients .btn-step-2
{
	background: url("/italy/Style%20Library/Iveco/images/TCO_v2/bg_btn-step-2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.btn-step-2, .btn_multiplies, .btn-step-1 {
	background: #6a9ccc;
	background: -moz-linear-gradient(top, #6a9ccc 0%, #3676b5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a9ccc), color-stop(100%,#3676b5));
	background: -webkit-linear-gradient(top, #6a9ccc 0%,#3676b5 100%);
	background: -o-linear-gradient(top, #6a9ccc 0%,#3676b5 100%);
	background: -ms-linear-gradient(top, #6a9ccc 0%,#3676b5 100%);
	background: linear-gradient(to bottom, #6a9ccc 0%,#3676b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9ccc', endColorstr='#3676b5',GradientType=0 );
	color: #FFFFFF;
	height: 55px;
	padding: 0 35px;
	cursor: pointer;
	text-transform: uppercase;
}

#step-1 .btn-step.btn-step-2 {
	float: none;
	padding: 0;
	text-align: center;
	width: 430px;
}

.calc {
	clear: none;
	float: left;
	margin-left: 425px;
	text-transform: uppercase;
}

.box-link-arrow {
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/arrow-back.png") no-repeat 0 0 transparent;
	display: inline-block;
	height: 11px;
	padding-top: 0;
	width: 15px;
}

.box-link-arrow.next {
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/arrow-next.png") no-repeat 0 0 transparent;
	margin-left: 8px;
}

.info {
	cursor: help;
}

.overlay:after {
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFFFFF;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	left: 0;
	margin-left: -10px;
	position: absolute;
	top: 40px;
	width: 0;
}
.overlay {
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
	display: none;
	left: 90px;
	margin-top: -30px;
	padding: 15px;
	position: absolute;
	top: 60px;
	width: 60%;
	z-index: 3;
}

/*----------------------------------------*/
/*------- footer ------------*/
/*------------------------------*/

.footer.footer {
	background-color: #FFF;
	position: relative;
	width: 100%;
	padding: 0;
	font-family: arial,sans-serif;
	margin-top: 30px;
}

.footer .footer-black {
	background-color: #000;
	height: 40px;
}


.footer .wrapper {
	overflow: hidden;
	padding: 10px 5px;
	margin: 0 auto;
	position: relative;
	width: 990px;
}

.flt-right {
	float: right;
}


.footer .footer-black .flt-right a:after {
	content: "•";
	margin-right: 7px;
	padding-left: 10px;
}
.footer .footer-black .flt-right a {
	color: #FFFFFF;
	font-family: 'GillSans',arial,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
	text-decoration: none;
}

.footer .footer-end .flt-right {
	margin-top: 10px;
}


.footer .footer-end span, .footer .footer-end a {
	color: #999999;
	font-size: 11px;
}
.footer .loghi-iveco {
	float: left;
}

.footer .footer-end span, .footer .footer-end a {
	color: #999999;
	font-size: 11px;
}

.footer .loghi-iveco img {
	float: left;
	padding-right: 15px;
}

.footer .footer-end span, .footer .footer-end a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}


/* step 2 */

/* TO BE REMOVED */

body {
	background-color: #EEE;
}

/* END TO BE REMOVED */

#step-2 {
	display: none;
}

#step-2 h3,.model-item > p {
	color: #555555;
	font-family: 'GillSans',arial,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

#step-2 h3
{
	margin: 20px 0;
}
.model-item {
	display: inline-block;
	margin-right: 41px;
	cursor:pointer;
	position: relative;
}

.model-item:hover, .model-item.disabled {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0.5;
}

.model-item.selected:hover
{
	opacity: 1;
}

.model-item > .velina {
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/bg-velina.png") repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	display: none;
}

/* FALLBACK IE8 */
.no-opacity .model-item:hover > .velina, .no-opacity .model-item.disabled > .velina {
	display: block;
}
.no-opacity .model-item.selected:hover > .velina {
	display: none;
}

.model-item.last {
	margin-right: 0;
}


.model-item > p {
   background-color: #FFFFFF;
	border-bottom: 2px solid #E0E0E0;
	height: 35px;
	line-height: 35px;
	margin: -3px 0 0;
	text-align: center;
	position: relative;
}

.model-item.selected > p {
	border-bottom: 2px solid #7198be;
}

.model-item.selected > p, .optional-item.selected {
	background: #6a9ccc;
	background: -moz-linear-gradient(top, #6a9ccc 0%, #3676b5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a9ccc), color-stop(100%,#3676b5));
	background: -webkit-linear-gradient(top, #6a9ccc 0%,#3676b5 100%);
	background: -o-linear-gradient(top, #6a9ccc 0%,#3676b5 100%);
	background: -ms-linear-gradient(top, #6a9ccc 0%,#3676b5 100%);
	background: linear-gradient(to bottom, #6a9ccc 0%,#3676b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9ccc', endColorstr='#3676b5',GradientType=0 );
	color: #fff;
}


.no-cssgradients .model-item.selected > p
{
	background: url("/italy/Style%20Library/Iveco/images/TCO_v2/bg_btn-step-2.jpg") repeat scroll 0 0;
}

.model-item.selected > p:before, .optional-item.selected .tick {
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/tick.png") repeat scroll 0 0;
	content: "";
	display: block;
	height: 16px;
	left: 15px;
	position: absolute;
	top: 10px;
	width: 20px;
}

div[id*='-optional-container']
{
	display: none;
}

.optional-item {
	background-color: #FFFFFF;
	border: 2px solid #D3D3D3;
	height: 55px;
	line-height: 55px;
	width: 230px;
	position: relative;
	margin-right: 13px;
	margin-bottom: 10px;
	display: inline-block;
	cursor: pointer;
	color: #555555;
	overflow: hidden;
}

.optional-item.selected
{
	border: 2px solid #5a8ec0;
}
.optional-item.last {
	margin-right: 0px;
}

.optional-item.selected .tick {
	top:20px;
}

.optional-item > p {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 0 45px;
	padding: 0;
	text-transform: uppercase;
	vertical-align: middle;
	width: 160px;
}

.optional-item > .lateral-box {
	color: #555555;
	background-color: #D1D1D1;
	font-family: arial;
	font-size: 24px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 25px;
}

.optional-container .line {
	border: 2px solid #cccccc;
}
.optional-container {
	position: relative;
}

.saving-result {
	color: #FFFFFF;
	height: 75px;
	line-height: 75px;
	font-size: 19px;
	text-transform: uppercase;
	padding: 0 35px;
	margin-bottom: 15px;
}

.saving-result.savings {
	background: #eb6950; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb6950 0%, #e6563a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6950), color-stop(100%,#e6563a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb6950 0%,#e6563a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb6950 0%,#e6563a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb6950 0%,#e6563a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb6950 0%,#e6563a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6950', endColorstr='#e6563a',GradientType=0 ); /* IE6-9 */
}

.no-cssgradients .saving-result.savings
{
	background: url("../images/TCO_v2/bg_savings.jpg") repeat scroll 0 0;
}

.saving-result.co2{
	background: #54b485; /* Old browsers */
	background: -moz-linear-gradient(top,  #54b485 0%, #339967 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b485), color-stop(100%,#339967)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #54b485 0%,#339967 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #54b485 0%,#339967 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #54b485 0%,#339967 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #54b485 0%,#339967 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b485', endColorstr='#339967',GradientType=0 ); /* IE6-9 */
}

.no-cssgradients .saving-result.co2
{
	background: url("/italy/Style%20Library/Iveco/images/TCO_v2/bg_co2.jpg") repeat scroll 0 0 ;
}

.saving-result.savings .icon {
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/savings-icon.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 24px;
	width: 50px;
}

.saving-result.co2 .icon {
    background: url("/italy/Style%20Library/Iveco/images/TCO_v2/co2-icon.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 35px;
	position: relative;
	top: 8px;
	width: 50px;
}

.saving-result .value {
	float: right;
}

.summary h3 {
	padding: 0 35px;
}

.summary ul {
	font-size: 14px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
}


.summary li {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	margin-bottom: 3px;
}

.summary li.last {
	margin: 0;
}

.summary li .value {
	float: right;
}

#step-2 .multiplies > h3 {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-top: 30px;
}


.multiplies select {
	border: 1px solid #CCCCCC;
	font-size: 25px;
	margin-right: 40px;
	position: relative;
	text-align: right;
	top: 2px;
	width: 100px;
}


.multiplies .btn_multiplies {
	border: medium none;
	font-size: 16px;
	height: 32px;
	text-transform: uppercase;
}


.btn-step-1 {
	font-size: 18px;
	line-height: 55px;
	margin: 40px auto;
	text-align: center;
	width: 450px;
}

.footer-notes {
	font-size: 14px;
	color: #555555;
}


/* OVERLAY OPTIONAL */

.optional-overlay {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #CFCFCF;
	position: absolute;
	top: 30px;
	width: 986px;
	z-index: 10;
	display: none;
}

.optional-overlay > .container {
	padding: 40px;
	min-height: 255px;
}
#step-2 .optional-overlay > .container > h3 {
	margin: 0 0 15px;
}

.optional-overlay .btn-close {
	border: 3px solid #CFCFCF;
	color: #555555;
	cursor: pointer;
	/*float: right;*/
	font-size: 30px;
	font-weight: bold;
	padding: 6px;
	/*position: relative;*/
	position: absolute;
	/*top: -60px;*/
	top: 30px;
	right: 40px;
}


.optional-overlay .description > span {
	color: #333333;
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	vertical-align: top;
	width: 60%;
}

.optional-overlay .video{
	display: none;
}

.description.three-col > img {
	width: 100%;
}

.description.three-col {
	float: left;
	padding: 1%;
	width: 30%;
}

.optional-overlay .video iframe {
	display: block;
	margin: 0 auto;
}

@media print {
	.barra, .legenda-value .square, .button.selected, .box-label .label {
		-webkit-print-color-adjust: exact;
	}

	.step.back, .btn-step.btn-step-2, #filter {
		visibility: hidden;
	}

	.legenda-value .square {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	.legenda-value .label {
		font-weight: bold;
		font-size: 14px;
	}

	#legenda-depreciation .label {
		color: #034980;
	}
	#legenda-costOfCapital .label {
		color: #055da1;
	}
	#legenda-insurance .label {
		color: #1b70e0;
	}
	#legenda-taxes .label {
		color: #3786ed;
	}
	#legenda-driverSalary .label {
		color: #4a95f7;
	}
	#legenda-tires .label {
		color: #ffb687;
	}
	#legenda-RandM .label {
		color: #ff8637;
	}
	#legenda-consumption .label {
		color: #e6563a;
	}
	#legenda-toll .label {
		color: #C84B32;
	}

	#fixed-legenda strong, #variable-legenda strong {
		font-weight: normal;
	}

	.white-box:before
	{
		visibility: hidden;
	}
	.white-box {
		width: 270px !important;
		border: 1px solid #C3C3C3;
	}
}

